/*athomedisplay.css  formulating on March 28, 2012*/

body {
	background-color:#665;
	width:1152px;
	height: 900px;
	color:#DDD;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
}
#bigbox {
	display:block;
	position:absolute;
	width:1152px;
	height:1008px;
	top:0px;
	left:0px;
}
#imagedisplaybox {
	display:block;
	position:absolute;
	width:1152px;
	height:618px;
	top:36px;
	left:0px;
	text-align: center;
}
#imagedisplaybox img {
	display:inline;
	padding: 12px 8px;
}
#widebox {
	display:block;
	position:absolute;
	width:1152px;
	height:124px;
	top:660px;
	left: 0;
	text-align:center;
	letter-spacing:2px;
}
.navboxleft {
	display:block;
	position:absolute;
	left:184px;
	top:0px;
	width: 144px;
	height: 24px;
	font-size:10px;
	text-align:left;
}
.navboxright {
	display:block;
	position:absolute;
	right:184px;
	top:0px;
	width: 144px;
	height: 24px;
	font-size:10px;
	text-align:right;
}
#switchboard {
	display:block;
	position:absolute;
	width:1152px;
	height:100px;
	left:0px;
	top:790px;
	text-align:center;
}
.text {
	display:block;
	position:absolute;
	width: 486px;
	height: 64px;
	left: 333px;
	font-size:12px;
	line-height:18px;
	font-weight:200;
	top: 58px;
	text-align:center;
}
h1 {
	font-size: 16px;
	font-weight:400;}
h2 {
	font-size: 16px;
	font-weight:400;
	font-style:italic;
}
h3 {
	font-size: 14px;
	font-weight:400;
	}
h4 {
	font-size: 14px;
	font-weight:400;
	font-style:italic;
}
h5 {
	font-size: 12px;
	font-weight:300;
}
h6 {
	font-size: 12px;
	font-weight:300;
}
a:link {
	text-decoration: none;
	color:#DDD;
}
a:visited {
	text-decoration: none;
	color:#DDD;
}

a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration:none;
	color:#CC0000;
}
